From b9d6772f0ec0035db7c8b02bc520a9f56f0ffec9 Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Tue, 6 Feb 2001 15:51:02 +0000 Subject: [PATCH] (EMACS): Use $(THISDIR) to make emacs.exe path absolute. --- lisp/makefile.w32-in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index 18c9ac4a9b9..619851363ec 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in @@ -32,7 +32,7 @@ lisp = $(CURDIR) # You can specify a different executable on the make command line, # e.g. "make EMACS=../src/emacs ...". -EMACS = "../bin/emacs.exe" +EMACS = "$(THISDIR)/../bin/emacs.exe" # Command line flags for Emacs. This must include --multibyte, # otherwise some files will not compile. -- 2.30.2